getServerInfo
Returns information about the MusicMaster Nexus Server.
Sample Request
<mmRequest command="getServerInfo" [version="1"] [client=""] [userData=""] />
Request Notes
This command does not reference a specific database on the server, so no station attribute is needed.
Sample Reply
<mmReply command="getServerInfo" status="ok"> <contents> <edition>MMPRO</edition>
<version>5.0.0050</version>
<time>2012-06-01 10:00:00</time> <timeZone>Central Daylight Time</timeZone> <timeOffset>GMT-0500</timeOffset> </contents> </mmReply>
Reply Notes
edition - returns the version of the software
version – returns the MusicMaster Nexus version
time – returns the current date/time on the server in ISO format
timeZone – name of the time zone on the server computer
timeOffset – time offset from GMT on the server computer
Compatibility and Version Info
Available in all versions
edition added with 5015